home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Ph 1.1.1 / PhClient / pswd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-08  |  646 b   |  19 lines  |  [TEXT/MPS ]

  1. /*______________________________________________________________________
  2.  
  3.     pswd.h - Change Password Movable Modal Dialog Interface
  4. _____________________________________________________________________*/
  5.  
  6. #ifndef __pswd__
  7. #define __pswd__
  8.  
  9. /*_____________________________________________________________________
  10.  
  11.     Functions.
  12. _____________________________________________________________________*/
  13.  
  14. extern void pswd_DoPeriodic (WindowPtr w);
  15. extern void pswd_DoKey (WindowPtr w, char key, short modifiers);
  16. extern Boolean pswd_DoCommand (WindowPtr w, short theMenu, short theItem);
  17. extern Boolean pswd_DoDialog (Str255 pswd1, Str255 pswd2);
  18.  
  19. #endif